body {
  background-color: #eeeeee;
}
.container {
  padding: 0;
  background-color: #ffffff;
}
header.page-header-sitebrand-topbar {
  margin-bottom: 0;
  background-color: #2c3c87;
}
header.page-header-sitebrand-topbar .main-logo {
  margin: 10px 0 0 10px;
}
header.page-header-sitebrand-topbar .site-branding div {
  margin-top: 0;
}
header.entry-header {
  width: 100%;
}
#content.site-content {
  margin: 0;
}
time.entry-date {
  color: #de750e;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: bold;
  display: block;
}
main#main {
  padding-top: 20px;
  padding-left: 20px;
}
main#main .post,
main#main #main .page {
  border: none;
}
.single article h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 10px;
  background-image: url('../img/h1.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}
.single article h1 a {
  color: initial;
}
.single article h1 a:hover {
  text-decoration: none;
}
.btn-cat {
  background-color: #2c3c87;
  border: 1px #2c3c87 solid;
  border-radius: 10px;
  padding: 10px 20px;
  width: 95%;
  margin: 15px auto;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
.btn-cat.slim {
  padding: 10px 20px;
}
.btn-cat:hover {
  color: #ffffff;
}
.btn-file {
  background-color: #ffffff;
  border: 1px #2c3c87 solid;
  border-radius: 10px;
  padding: 10px 20px;
  width: 95%;
  margin: 15px auto;
  color: #2c3c87;
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
.btn-file.slim {
  padding: 10px 20px;
}
.btn-file:hover {
  color: #2c3c87;
}
.category header.page-header h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 10px;
  background-image: url('../img/h1.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}
.category article h1 {
  color: #086fac;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.category article h1 a {
  color: #086fac;
}
.category article h1 a:hover {
  text-decoration: none;
}
#sidebar-left {
  background-color: #086fac;
  color: #ffffff;
}
#sidebar-left div.menu-logo {
  margin: 0px -15px 30px -15px;
}
#sidebar-left a {
  padding-left: 5px;
  color: #ffffff;
}
#sidebar-left a:after {
  display: none;
}
#sidebar-left a:hover {
  background-color: #2c3c87;
}
#sidebar-left .dropdown-menu {
  display: block;
  background-color: transparent;
  border: none;
  margin-top: 0;
  padding-top: 0;
}
#sidebar-left .dropdown-menu a {
  padding-left: 25px;
}
#sidebar-left .dropdown-menu a:before {
  content: '- ';
}
#sidebar-left .dropdown-menu a:hover {
  background-color: #2c3c87;
}
.sidebar-toggle {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: #2c3c87;
  cursor: pointer;
  left: 0;
  outline: none;
  position: absolute;
  top: 155px;
  transform: translateY(-50%);
  z-index: 1001;
  width: 30px;
  height: 30px;
  border-radius: 0 5px 5px 0 ;
}
.sidebar-toggle:after {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  right: -20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 10px;
  width: 1px;
}
.sidebar-toggle span {
  background-color: #ffffff;
  left: 50%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-in-out;
  height: 2px;
  width: 21px;
}
.sidebar-toggle span:first-child {
  transform: translate(-50%, -7px);
}
.sidebar-toggle span:last-child {
  transform: translate(-50%, 7px);
}
@media (max-width: 768px) {
  main#main {
    padding-top: 40px;
  }
  #sidebar-left {
    left: -1000px;
    position: absolute;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
    z-index: 1000;
  }
  body.show-sidebar #sidebar-left {
    left: 0;
  }
}
.entry-content {
  width: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=theme.css.map */